Delete the transcript of a call
This endpoint deletes every conversation flow of one call. This is irreversible.
Endpoint
DELETE /api/v1/calls/{callId}/conversationFlow
Path parameters
| Parameter | Type | Description |
|---|---|---|
callId
|
string | UUID of the call. |
Request
DELETE /api/v1/calls/82c6d362-d68b-4c6f-8136-1739323379e7/conversationFlow HTTP/1.1
Host: livehub.audiocodes.io
Authorization: Bearer {token}
Response
The response has no body.